home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / reporter / chrtrpt1.dfm / chrtrpt1.txt
Encoding:
Text File  |  1996-09-15  |  2.4 KB  |  110 lines

  1. object Form1: TForm1
  2.   Left = 202
  3.   Top = 99
  4.   Width = 385
  5.   Height = 325
  6.   Caption = 'Sample ChartFX Report'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 82
  15.     Top = 64
  16.     Width = 66
  17.     Height = 16
  18.     Alignment = taRightJustify
  19.     Caption = 'Width (in):'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 78
  23.     Top = 96
  24.     Width = 70
  25.     Height = 16
  26.     Alignment = taRightJustify
  27.     Caption = 'Height (in):'
  28.   end
  29.   object Button1: TButton
  30.     Left = 124
  31.     Top = 8
  32.     Width = 129
  33.     Height = 33
  34.     Caption = 'Print the Chart!'
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.   end
  38.   object Edit1: TEdit
  39.     Left = 152
  40.     Top = 56
  41.     Width = 121
  42.     Height = 24
  43.     TabOrder = 1
  44.     Text = '0'
  45.   end
  46.   object Edit2: TEdit
  47.     Left = 152
  48.     Top = 88
  49.     Width = 121
  50.     Height = 24
  51.     TabOrder = 2
  52.     Text = '0'
  53.   end
  54.   object ChartFX1: TChartFX
  55.     Left = 16
  56.     Top = 120
  57.     Width = 345
  58.     Height = 161
  59.     LeftGap = 50
  60.     RightGap = 50
  61.     TopGap = 40
  62.     BottomGap = 40
  63.     Decimals = 2
  64.     PointType = 2
  65.     Scheme = 0
  66.     Stacked = 0
  67.     Grid = 0
  68.     WallWidth = 8
  69.     LineWidth = 1
  70.     LineStyle = 0
  71.     LineColor = clBlack
  72.     LineBkColor = clBlack
  73.     FixedGap = 0
  74.     DblClkDlg = 0
  75.     RigClkDlg = 2
  76.     RGBBarHorz = clAqua
  77.     RGBBk = clSilver
  78.     RGB2DBk = clSilver
  79.     RGB3DBk = clWhite
  80.     CustTool = 536813567
  81.     VertGridGap = 1
  82.     about = 'Click on "..."'
  83.     NSeries_Data = {}
  84.     NValues_Data = {
  85.       020004000000000000000000000000000000F03F000000000000000000000000
  86.       00005940}
  87.     ThisColor_Data = {000000000000}
  88.     ThisBkColor_Data = {}
  89.     AdmDlg_Data = {}
  90.     ViewRot3D_Data = {000000000000}
  91.     FontDlg_Data = {
  92.       0800002008000060120009000800000008000000080000000800000008000000
  93.       0000000000000000000000000000000000000000000000000000000000000000}
  94.     TitleDlg_Data = {
  95.       20000000000047002D00000003019205010047010301B40301005A000200F817
  96.       03000000200000000000F505240000000501A002010071000301AD0001001100
  97.       0301FD05010013002000000053616D706C652043686172740000000002000200
  98.       3000000003011F030100510020000000000101030100520003010F0301005400
  99.       0301E702010055000200180719000000}
  100.     ChartType_Data = {}
  101.     Chart3D_Data = {}
  102.     ToolBar_Data = {}
  103.     PaletteBar_Data = {}
  104.     PatternBar_Data = {}
  105.     ZReserved1 = 'Click on "..."'
  106.     ZReserved2 = 'Click on "..."'
  107.     ZReserved3 = 'Click on "..."'
  108.   end
  109. end
  110.